HostConversation

data class HostConversation(val specificTarget: MessageTarget = MessageTarget.Conversation()) : CallingMessageTarget

Send the message to the host conversation. Supports ignoring users through the specificTarget.

Constructors

Link copied to clipboard
constructor(specificTarget: MessageTarget = MessageTarget.Conversation())

Properties

Link copied to clipboard
open override val specificTarget: MessageTarget